From 55c8a1407cf4e56374f7158c2eb82235aaf19b38 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 20 Jul 2009 10:02:50 +0100 Subject: [PATCH] Use git smart server protocol for qemu tree by default xenbits supports the git protocol now, which is much faster (and produces less noise in the build log too). Signed-off-by: Ian Jackson --- Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.mk b/Config.mk index 1295727f58..ba798fce8e 100644 --- a/Config.mk +++ b/Config.mk @@ -141,7 +141,7 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles # the internet. The original download URL is preserved as a comment # near the place in the Xen Makefiles where the file is used. -QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git +QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git # Specify which qemu-dm to use. This may be `ioemu' to use the old # Mercurial in-tree version, or a local directory, or a git URL. -- 2.30.2